home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / Jogos de Azar / blackjack1.swf / scripts / frame_10 / DoAction.as
Text File  |  2006-01-17  |  326b  |  12 lines

  1. _root.play();
  2. shuffSound = new Sound();
  3. shuffSound.attachSound("shuffleSound");
  4. chipSound = new Sound();
  5. chipSound.attachSound("chipMain");
  6. click = new Sound();
  7. click.attachSound("clickSound");
  8. chipSound2 = new Sound();
  9. chipSound2.attachSound("chipClear");
  10. cardDeal = new Sound();
  11. cardDeal.attachSound("cardMain");
  12.